KeyboardEventArgs(KeyboardKey, bool, Window, bool)

Constructor

Namespace: Imagini

Declared in: Imagini.KeyboardEventArgs


Creates a new event args object.

Syntax

public KeyboardEventArgs(
	KeyboardKey key,
	bool isPressed,
	Window window,
	bool isRepeat
)

Parameters

window

Target window. If null, the currently focused one is used.


Back to index